home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / memmon.dxr / 00036_Left.ls < prev    next >
Encoding:
Text File  |  2000-01-14  |  153 b   |  11 lines

  1. on mouseUp
  2.   global gLevel
  3.   gLevel = 1
  4.   DoLeft()
  5.   if cast(the castNum of sprite 29).name = "Up" then
  6.     DoUp(0)
  7.   end if
  8.   go(5)
  9.   updateStage()
  10. end
  11.